home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / cmesh.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  530 b   |  24 lines

  1. .TH CMESH
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CMESH
  5.  
  6.  
  7.  
  8.  CurveType CMESH( SurfaceType Srf, ConstantType Direction, NumericType Index )
  9.  
  10. Returns a single ROW or COLumn as specified by the Direction and
  11. Index (base count is 0) of the control mesh of surface Srf.
  12.  
  13. The returned curve will have the same knot vector as Srf in the
  14. appropriate direction. See also CSURFACE.
  15.  
  16. This curve is not necessarily in the surface Srf.
  17.  
  18. Example:
  19.  
  20.     Crv = CMESH( Srf, COL, 0 );
  21.  
  22. extracts the first column of surface Srf as a curve. See also
  23. CSURFACE.
  24.